home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / rayl120.zip / SNIFTER.V < prev   
Text File  |  1993-04-05  |  1KB  |  74 lines

  1.  
  2. //     Test file
  3. //     for Texture plots
  4.  
  5.  
  6. #include color.vc
  7. #include glass.tex
  8.  
  9. studio {
  10.         from 180 360 110
  11.         at 0 0 90
  12.     up 0 0 1
  13.         angle 45
  14.         res 640 480
  15.     antialias adaptive
  16.         threshold 10
  17.     aspect 1.3333
  18.         background  navy_blue
  19. }
  20.  
  21. light {
  22.     type point
  23.         at 0 0 0
  24.     falloff 0
  25.         position -100 50 100
  26.     color .3 .3 .3
  27. }
  28. light {
  29.     type point
  30.         at 0 250 0
  31.     falloff 0
  32.         position 50 100 100
  33.         color .3 .3 .3
  34. }
  35. light {
  36.         type point
  37.         at 0 300 0
  38.     falloff 0
  39.         position -50 100 100
  40.     color .3 .3 .3
  41. }
  42. light {
  43.         type point
  44.         at 0 350 0
  45.         falloff 0
  46.         position 100 -50 100
  47.         color .3 .3 .3
  48. }
  49. surface {
  50.        texture {
  51.                pattern checker
  52.                scale 75 75 0
  53.                surface { diff white spec .2 .2 .2 shine 75}
  54.                surface { diff black spec .2 .2 .2 shine 50}
  55.         }
  56. }
  57.  
  58. ring {
  59.         center 0 0 0
  60.         normal 0 0 -1
  61.         radius 5000
  62. }
  63. //surf { spec .3 .3 .3
  64. //        shine 30
  65. //        trans .7 .7 .7
  66. //        ior 1.2
  67. //}
  68.  
  69. glass
  70. transform { scale .7 rotate 0 90 0 translate -5 -10 212 }
  71. #include c:\vivid\lathe\snifter.vo
  72. transform_pop
  73.  
  74.